[vcpkg baseline][paraview:x64-osx][vcpkg_cmake_config_fixup] Revert #19469#19633
Conversation
|
Ping @strega-nil-ms for merge this first. |
|
@dan-shaw @strega-nil, could you help merge this PR? |
0371f38 to
249fc90
Compare
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 6b24f0fa76d171c5756f01f407682f7274cfe238 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/v-/vcpkg-cmake-config.json b/versions/v-/vcpkg-cmake-config.json
index 5c64e79..affac6b 100644
--- a/versions/v-/vcpkg-cmake-config.json
+++ b/versions/v-/vcpkg-cmake-config.json
@@ -1,10 +1,5 @@
{
"versions": [
- {
- "git-tree": "8e51a5676507556fa8ffda0dbe78b675f8f7e58e",
- "version-date": "2021-08-18",
- "port-version": 0
- },
{
"git-tree": "b3abb12ba8ab43770aea4e5a8d4915319bd295ee",
"version-date": "2021-08-11",|
Thank you Nicole! ☺ |
| "baseline": "2021-05-22", | ||
| "port-version": 1 |
There was a problem hiding this comment.
@strega-nil-ms We couldn't do that because the version shoud only be added, not be reverted.
There was a problem hiding this comment.
I think that it's fine, but would like confirmation from @ras0219-msft
There was a problem hiding this comment.
It may look fine now, but with the next change, we will have two variants of port version 2...
There was a problem hiding this comment.
Cut the "port version 2", it is different "version-date". It is really easy to start confusion ;-)
|
@strega-nil, the CI pipeline failed with following failures: |
|
I think we can drop this PR and take #19629 instead. |
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 996baeff2978d1e80b8939ef1688c2aa6f276dbd -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/v-/vcpkg-cmake-config.json b/versions/v-/vcpkg-cmake-config.json
index 2561cfa..affac6b 100644
--- a/versions/v-/vcpkg-cmake-config.json
+++ b/versions/v-/vcpkg-cmake-config.json
@@ -1,15 +1,15 @@
{
"versions": [
- {
- "git-tree": "330cc51bc99c6b71ed5fb51901f6f838684015a5",
- "version-date": "2021-05-22",
- "port-version": 1
- },
{
"git-tree": "b3abb12ba8ab43770aea4e5a8d4915319bd295ee",
"version-date": "2021-08-11",
"port-version": 0
},
+ {
+ "git-tree": "330cc51bc99c6b71ed5fb51901f6f838684015a5",
+ "version-date": "2021-05-22",
+ "port-version": 1
+ },
{
"git-tree": "2d4f997a32b8e8bfe98d12beb2bfe6be713c7086",
"version-date": "2021-05-22",
Revert OSX related changes in vcpkg_cmake_config_fixup and vcpkg-cmake-config in #19469.
This PR expects to resolve the CI baseline regression 'paraview:x64-osx', since it blocks many PRs, we'd better to revert it now.
Confrimed with Jack, the changes will be re-test and fixed via PR #19629.